* lisp/help-fns.el (describe-function-1): Test for an autoload before a macro
authorGlenn Morris <rgm@gnu.org>
Mon, 5 May 2014 21:33:07 +0000 (17:33 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 5 May 2014 21:33:07 +0000 (17:33 -0400)
commit699701eefa207e1100fd61fe444c4aaf340dba14
treeff95f32c0456b645b16c8f9f66a6f4df0b8da1a2
parent17bbc9cbc1b2bd02317b8a8a52e23c1f09dc60e0
* lisp/help-fns.el (describe-function-1): Test for an autoload before a macro
since `macrop' works on autoloads.

* test/automated/help-fns.el: New file.
lisp/ChangeLog
lisp/help-fns.el
test/ChangeLog
test/automated/help-fns.el [new file with mode: 0644]